gdk: Remove gdk_selection_add_targets()
authorBenjamin Otte <otte@redhat.com>
Wed, 13 Dec 2017 18:27:51 +0000 (19:27 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 13 Dec 2017 18:27:51 +0000 (19:27 +0100)
commitb66052f3ce9cec5209475b2cfb448ddd0a3abb3a
treea16ac0dbf0518b4fae6844a4ae7be64658a6bb9d
parent65eab87238191ac55d3a7f40f4e35795e1d67b53
gdk: Remove gdk_selection_add_targets()

It's not needed anymore, now that we can look at the content provider's
formats.

Alose remove all the API in GTK that was used to set it.
20 files changed:
docs/reference/gtk/gtk4-sections.txt
gdk/broadway/gdkdisplay-broadway.c
gdk/broadway/gdkprivate-broadway.h
gdk/broadway/gdkselection-broadway.c
gdk/gdkdisplayprivate.h
gdk/gdkselection.c
gdk/gdkselection.h
gdk/quartz/gdkdisplay-quartz.c
gdk/wayland/gdkdisplay-wayland.c
gdk/wayland/gdkprivate-wayland.h
gdk/wayland/gdkselection-wayland.c
gdk/win32/gdkdisplay-win32.c
gdk/win32/gdkprivate-win32.h
gdk/win32/gdkselection-win32.c
gdk/x11/gdkdisplay-x11.c
gdk/x11/gdkprivate-x11.h
gdk/x11/gdkselection-x11.c
gtk/gtkselection.c
gtk/gtkselection.h
tests/testselection.c